Conversation
- Add comprehensive roadmap document outlining project phases A1-A6 focusing on structured document retrieval capabilities - Include detailed RFC for document router layer addressing large-scale retrieval challenges with 1000+ document workspaces - Define routing strategy combining BM25, keyword overlap, and graph boosting for coarse filtering before orchestrator analysis - Specify module structure and integration points for router implementation in Rust backend - Add RFC category to documentation sidebar for improved navigation
- Add LangChain and LlamaIndex compatibility modules with retriever implementations - Introduce high-level Session API as primary interface replacing Engine - Add comprehensive test suite for configuration, events, and type wrappers with shared fixtures - Implement batch indexing support in CLI with directory traversal - Add interactive REPL with document targeting, stats tracking, and navigation commands - Update pyproject.toml with new dependencies and optional extras for different integration frameworks - Refactor CLI commands to use Session-based workflow instead of low-level Engine operations
- add Font Awesome stylesheet for icon support - add Python and Rust SDK links to navigation bar - remove examples link from navigation bar - update color scheme from amber to rose with new primary colors (#AF788B for light mode, #C9A0AE for dark mode) - adjust navbar padding and layout for better alignment - remove footer configuration and related CSS - implement new hero banner design with rose color scheme - create responsive layout with flex-based positioning - add feature pills and principles card to homepage - update syntax highlighting colors for better contrast - add prevent-scroll functionality for homepage hero section
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Checklist
cargo build)cargo test --lib --all-features)cargo clippy --all-features)Notes